[INFO] cloning repository https://github.com/jorgeantonio21/kairos
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jorgeantonio21/kairos" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjorgeantonio21%2Fkairos", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjorgeantonio21%2Fkairos'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6dc24cecb6d787838debb4118961f218c35a6137
[INFO] checking jorgeantonio21/kairos against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjorgeantonio21%2Fkairos" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/jorgeantonio21/kairos
[INFO] finished tweaking git repo https://github.com/jorgeantonio21/kairos
[INFO] tweaked toml for git repo https://github.com/jorgeantonio21/kairos written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jorgeantonio21/kairos on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jorgeantonio21/kairos already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4394a37fa4032841f31e9989f3695b20823cd5715dac1183219cb0fec54a9661
[INFO] running `Command { std: "docker" "start" "4394a37fa4032841f31e9989f3695b20823cd5715dac1183219cb0fec54a9661", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4394a37fa4032841f31e9989f3695b20823cd5715dac1183219cb0fec54a9661", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4394a37fa4032841f31e9989f3695b20823cd5715dac1183219cb0fec54a9661" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4394a37fa4032841f31e9989f3695b20823cd5715dac1183219cb0fec54a9661", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4394a37fa4032841f31e9989f3695b20823cd5715dac1183219cb0fec54a9661" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.179
[INFO] [stderr]    Compiling zerocopy v0.8.32
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking indexmap v2.12.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.6
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling zmij v1.0.12
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking num-traits v0.2.19
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling slog v2.8.2
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking clap_builder v4.5.54
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking arc-swap v1.8.0
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]    Compiling cc v1.2.51
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]     Checking inlinable_string v0.1.15
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling slog-async v2.8.0
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling redb v3.1.0
[INFO] [stderr]     Checking iri-string v0.7.10
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking quanta v0.12.6
[INFO] [stderr]     Checking term v1.2.1
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling portable-atomic v1.13.0
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling prometheus-client v0.24.0
[INFO] [stderr]     Checking subtle-ng v2.5.0
[INFO] [stderr]     Checking rtrb v0.3.2
[INFO] [stderr]    Compiling toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking criterion-plot v0.6.0
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling blst v0.3.16
[INFO] [stderr]    Compiling aws-lc-sys v0.37.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling aws-lc-rs v1.16.0
[INFO] [stderr]     Checking dtoa v1.0.11
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking sysinfo v0.37.2
[INFO] [stderr]    Compiling pulldown-cmark v0.13.0
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]    Compiling toml v0.9.10+spec-1.1.0
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]     Checking rand_xoshiro v0.7.0
[INFO] [stderr]     Checking sketches-ddsketch v0.3.0
[INFO] [stderr]    Compiling metrics-exporter-prometheus v0.18.1
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]     Checking storage v0.1.0 (/opt/rustwide/workdir/storage)
[INFO] [stderr]     Checking utils v0.1.0 (/opt/rustwide/workdir/utils)
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]    Compiling pulldown-cmark-to-cmark v22.0.0
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.32
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.2
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling ark-serialize-derive v0.5.0
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling enum-ordinalize v4.3.2
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling ptr_meta_derive v0.3.1
[INFO] [stderr]    Compiling educe v0.6.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking ptr_meta v0.3.1
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]    Compiling ark-ff-macros v0.5.0
[INFO] [stderr]    Compiling ark-ff-asm v0.5.0
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking rancor v0.1.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling bytecheck_derive v0.8.2
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking opentelemetry v0.31.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking bytecheck v0.8.2
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stdout] error[E0277]: the trait bound `T: HasField<F, -1, FIELD_ID>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.32/src/pointer/ptr.rs:936:9
[INFO] [stdout]     |
[INFO] [stdout] 936 | /         pub fn project<F, const FIELD_ID: i128>(
[INFO] [stdout] 937 | |             self,
[INFO] [stdout] 938 | |         ) -> Ptr<'a, T::Type, (I::Aliasing, Unaligned, I::Validity)>
[INFO] [stdout] 939 | |         where
[INFO] [stdout] 940 | |             T: HasField<F, { crate::STRUCT_VARIANT_ID }, FIELD_ID>,
[INFO] [stdout] 941 | |             T::Type: 'a + CastableFrom<T, I::Validity, I::Validity>,
[INFO] [stdout]     | |____________________________________________________________________^ the trait `HasField<F, -1, FIELD_ID>` is not implemented for `T`
[INFO] [stdout]     |
[INFO] [stdout] help: consider further restricting type parameter `T` with trait `HasField`
[INFO] [stdout]     |
[INFO] [stdout] 872 |         T: 'a + ?Sized + HasField<F, -1, FIELD_ID>,
[INFO] [stdout]     |                        +++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking prost v0.14.3
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]    Compiling munge_macro v0.4.7
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]     Checking rend v0.5.3
[INFO] [stderr]     Checking commonware-codec v0.0.64
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling validator_derive v0.20.0
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr] error: could not compile `zerocopy` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "4394a37fa4032841f31e9989f3695b20823cd5715dac1183219cb0fec54a9661", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4394a37fa4032841f31e9989f3695b20823cd5715dac1183219cb0fec54a9661", kill_on_drop: false }`
[INFO] [stdout] 4394a37fa4032841f31e9989f3695b20823cd5715dac1183219cb0fec54a9661
